home *** CD-ROM | disk | FTP | other *** search
- const ULONG Amiga_colors[48] =
- {
- 0x9b9b9b9b,0x9b9b9b9b,0x9b9b9b9b,
- 0xffffffff,0x00000000,0x00000000,
- 0xffffffff,0x66666666,0x00000000,
- 0xffffffff,0xcccccccc,0x00000000,
- 0xcccccccc,0xffffffff,0x00000000,
- 0x66666666,0xffffffff,0x00000000,
- 0x00000000,0xffffffff,0x00000000,
- 0x00000000,0xffffffff,0x66666666,
- 0x00000000,0xffffffff,0xcccccccc,
- 0x00000000,0xcccccccc,0xffffffff,
- 0x00000000,0x66666666,0xffffffff,
- 0x00000000,0x00000000,0xffffffff,
- 0x66666666,0x00000000,0xffffffff,
- 0x00000000,0x00000000,0x00000000,
- 0x00000000,0x00000000,0x00000000,
- 0x00000000,0x00000000,0x00000000,
- };
-
- #define AMIGA_WIDTH 24
- #define AMIGA_HEIGHT 22
- #define AMIGA_DEPTH 4
- #define AMIGA_COMPRESSION 0
- #define AMIGA_MASKING 2
-
- const struct BitMapHeader Amiga_header =
- { 24,22,0,0,4,2,0,0,0,22,22,656,400 };
-
- const UBYTE Amiga_body[352] = {
- 0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,
- 0x00,0x00,0x00,0x1f,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x1f,0x00,0x00,0x00,
- 0x1f,0x00,0x00,0x00,0x22,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x3f,0x00,0x00,
- 0x00,0x3f,0x00,0x00,0x00,0x44,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x7f,0x00,
- 0x00,0x00,0x7f,0x00,0x00,0x00,0xff,0x00,0x00,0x00,0x77,0x00,0x00,0x00,0x88,
- 0x00,0x00,0x00,0xff,0x00,0x00,0x01,0xff,0x00,0x00,0x00,0xee,0x00,0x00,0x01,
- 0x11,0x00,0x00,0x01,0xff,0x00,0x00,0x02,0x22,0x00,0x00,0x01,0xdd,0x00,0x00,
- 0x02,0x22,0x00,0x00,0x03,0xff,0x00,0x00,0x04,0x44,0x00,0x00,0x03,0xbb,0x00,
- 0x00,0x04,0x44,0x00,0x00,0x07,0xff,0x00,0x00,0x0f,0xff,0x00,0x00,0x00,0x00,
- 0x00,0x00,0x08,0x88,0x00,0x00,0x0f,0xff,0x00,0x00,0x1f,0xff,0x00,0x00,0x00,
- 0x00,0x00,0x00,0x11,0x11,0x00,0x00,0x1f,0xff,0x00,0x00,0x22,0x22,0x00,0x00,
- 0x00,0x00,0x00,0x00,0x22,0x22,0x00,0x00,0x3f,0xfe,0x00,0x00,0x44,0x44,0x00,
- 0x00,0x00,0x00,0x00,0x00,0x44,0x44,0x00,0x00,0x7f,0xfc,0x00,0x00,0xff,0xf8,
- 0x00,0x00,0x77,0x70,0x00,0x00,0xff,0xf8,0x00,0x00,0x88,0x88,0x00,0x01,0xff,
- 0xf0,0x00,0x00,0xee,0xe0,0x00,0x01,0xff,0xf0,0x00,0x01,0x11,0x10,0x00,0xfe,
- 0x22,0x20,0x00,0x01,0xdd,0xc0,0x00,0xff,0xff,0xe0,0x00,0xfe,0x22,0x20,0x00,
- 0xff,0x44,0x40,0x00,0x00,0xbb,0x80,0x00,0x11,0xff,0xc0,0x00,0x11,0x44,0x40,
- 0x00,0xff,0xff,0x80,0x00,0x00,0x00,0x00,0x00,0x88,0xff,0x80,0x00,0x88,0x88,
- 0x80,0x00,0x44,0x7f,0x00,0x00,0xbb,0x80,0x00,0x00,0x44,0x7f,0x00,0x00,0x44,
- 0x51,0x00,0x00,0x22,0x22,0x00,0x00,0xdd,0xc0,0x00,0x00,0x22,0x3e,0x00,0x00,
- 0x22,0x22,0x00,0x00,0xff,0xf4,0x00,0x00,0xee,0xe0,0x00,0x00,0x11,0x1c,0x00,
- 0x00,0x11,0x14,0x00,0x00,0xff,0xf8,0x00,0x00,0x77,0x70,0x00,0x00,0x88,0x88,
- 0x00,0x00,0x88,0x88,0x00,0x00,0x7f,0xf0,0x00,0x00,0x00,0x00,0x00,0x00,0x7f,
- 0xf0,0x00,0x00,0x7f,0xf0,0x00,0x00, };
-